home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 September / DPPCPRO0999.ISO / Macromed / Flash2 / CD Extras / WebTools / JBS.DXR / 00168_AIF_0.ls < prev    next >
Encoding:
Text File  |  1997-04-13  |  475 b   |  19 lines

  1. on mouseDown
  2.   CheckThis(0, clickOn())
  3. end
  4.  
  5. on CheckThis ObjRef, me
  6.   global SoundFileMode
  7.   set SoundFileMode to 1
  8.   selSoundFileType(1, 1)
  9.   set the puppet of sprite me to 1
  10.   set the castNum of sprite (me + 1) to the number of cast "WAV_0"
  11.   set the castNum of sprite me to the number of cast "AIF_1"
  12.   set the castNum of sprite (me + 2) to the number of cast "AUD_0"
  13.   updateStage()
  14. end
  15.  
  16. on myHelp
  17.   return "Click if you want WebTools to install sounds as AIF files"
  18. end
  19.